x86: Allow exceptions to be handled while interrupts are
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 21 Feb 2007 10:13:40 +0000 (10:13 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 21 Feb 2007 10:13:40 +0000 (10:13 +0000)
commit180211a7532d1a7b2f71dc8a6267bedcef86a3c8
treea2ee59a14226260d4e8dd50621e1afa8171438ed
parentb057b19321c2c1c1373019959cd5b69913a592ba
x86: Allow exceptions to be handled while interrupts are
disabled. Handlers must take special care if necessary.
Fixes the debug 'd' key.
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/traps.c
xen/arch/x86/x86_32/entry.S
xen/arch/x86/x86_64/entry.S